Broker List
📚 Get ODIN Connector Broker List
| Field | Value |
|---|---|
| Name | VAS – Portal redirect |
| URL | http://<domain>/vasprodmgmt/odinConnectorBrokerList |
| Description | Returns broker list from Odin Connector |
| Method | POST |
note
Before Odin Connector responds with the list, two-way authentication is called from Odin Connector.
🧱 Request
| Parameter | Data Type | Mandatory/Optional | Description |
|---|---|---|---|
| sAppToken | String | M | Third party Application Token |
| sTwoWayToken | String | M | Token generated by Third party for two-way authentication |
Example Response
[
{
"sBrokerName": "<Broker Name>",
"sPartnerId": "XXX-XX",
"sImageUrl": "<image url>"
},
{
"sBrokerName": "<Broker Name>",
"sPartnerId": "XXXX",
"sImageUrl": "<image url>"
}
],
"message": "Broker List found successfully",
"statusCode": "vasprd-200-399",
"traceId": "xxxx-xxx-xxxxx-xx"